Bitmap for UWP
CommonShaderStage<T> クラス
メンバ 

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 : CommonShaderStage<T> クラス
Type of the shader
Common Shader class. Provides a common set of methods for a Shader Stage. TODO: check if usage of abstract is not introducing an unacceptable overhead...
オブジェクト モデル
CommonShaderStage<T> クラス
シンタックス
'宣言
 
Public MustInherit Class CommonShaderStage(Of T As DeviceChild) 
   Inherits CommonShaderStageBase
public abstract class CommonShaderStage<T> : CommonShaderStageBase 
where T: DeviceChild
型パラメータ
T
Type of the shader
継承階層

System.Object
   C1.Util.DX.DisposeBase
      C1.Util.DX.CppObject
         C1.Util.DX.Direct3D11.CommonShaderStageBase
            C1.Util.DX.Direct3D11.CommonShaderStage<T>
               C1.Util.DX.Direct3D11.ComputeShaderStage
               C1.Util.DX.Direct3D11.DomainShaderStage
               C1.Util.DX.Direct3D11.GeometryShaderStage
               C1.Util.DX.Direct3D11.HullShaderStage
               C1.Util.DX.Direct3D11.PixelShaderStage
               C1.Util.DX.Direct3D11.VertexShaderStage

参照

CommonShaderStage<T> メンバ
C1.Util.DX.Direct3D11 名前空間